DeepSeek Harness 插件:duntansen/dsh-update-checker
DSH Update Checker 是一款由 duntansen 开发、基于 MIT 协议的 DeepSeek Harness Web 插件,旨在解决本地 DSH 版本滞后于 npm 最新版本的问题。该插件将版本检查与更新操作集成至 DSH 设置页,实现了对分散在终端中操作的集中化管理。 其核心功能包括:自动读取本地版本并与 npm registry 的 latest 和 next 标签对比,支持语义化版本及预发布段识别;在发现新版本时提供一键更新入口,执行 `npx` 命令并实时展示安装进度;展示最近 8 个版本的发布历史及当前版本状态;在页面打开期间每 6 小时自动复检,并通过浏览器通知
Read Moredsh-ops-console: Check for Updates, Apply Updates, and Restart in the DSH WebUI
`dsh-ops-console` is a DSH WebUI plugin maintained by DonnieTangzhili, designed to integrate operations such as checking for updates, executing updates, and restarting services into the WebUI's "Settings" page, sparing developers from frequently switching to the terminal. The plugin supports one-click checking of core package and plugin versions, generating and executing update plans (with automatic restart), precisely restarting services using the original commands, and stopping processes. It is licensed under the MIT License, has no external dependencies, requires no build step, and is compatible with DSH rc.6 through rc.8. Installation requires ensuring that `dsh` and `pnpm` are in the PATH, then running the command `dsh plugin --profile web add github:DonnieTangzhili/dsh-ops-c
Read Moredsh-update-checker: An Update Checking and One-Click Updating Plugin for DeepSeek Harness
dsh-update-checker is a DeepSeek Harness (DSH) Web GUI plugin maintained by Airmetro, designed to consolidate the update processes for the main program and third-party plugins from scattered commands into a unified interface. The core functionalities of this plugin include: checking the version status of the DSH main program (by comparing with npm latest) and unofficial plugins (via cross-referencing between npm and GitHub sources); providing full lifecycle update management with features such as dry-run protection, automatic backups, adaptive installation, and post-installation verification; supporting real rollback interfaces and backup list viewing; and ensuring service recovery through a restart watchdog based on PID and port detection. Additionally, the plugin offers multilingual status prompts in the GUI and implements loopback origin and confirmation mechanisms for write operations.
Read More